home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Conversion / Convert_PICT / Testing / hex_tests / pat=set3=bw.hex < prev    next >
Text File  |  1992-12-05  |  2KB  |  35 lines

  1. % header
  2. 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  3. % end of app-specific header
  4. 00FF 0000 0000 00FF 00FF    % pict size (bogus) and top left bottom right
  5. 11 01                        % verson
  6. 01 000A 0000 0000 00FF 00FF    % Clip region.  Added to keep Mac tester happy.
  7. 30 0000 0000 00FF 00FF        % draw bounding rect
  8.  
  9. %
  10. %    Patterns
  11. %
  12. 02 0008 142A 552A 1408        % back pat (grey diamonds)
  13. 09 7789 8f8f 7798 f8f8            % pen pat (the black dimpled circles one)
  14. 0A 8244 3944 8201 0101        % fill pat
  15.  
  16. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  17. %
  18. %    This test seeks to demonstrate that lines and text deal as they
  19. %    should with patterns.  It also has room for other additions.
  20. %
  21. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  22.  
  23. % Draw a normal line
  24. 20 0010 0010  0020 00F0  
  25.  
  26. % set a thick pen size
  27. 07 0010 0008
  28.  
  29. % Draw a thick line
  30. 20 0020 0010 0030 00F0
  31.  
  32. 28 0070 0010 (This is a simple line of text DOES IT GET PATTERNS?)
  33.  
  34. FF    % end
  35.